home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / tafltggr.lha / TAScrollerDoor.lha / rexx / TAScrollerDoor.trans
Text File  |  1995-12-03  |  387b  |  14 lines

  1. /* Script zum TAScrollerdoor-Programm
  2.    Written by Juergen A.Lamers on Wuivend Riet +49-(0)-241-573145
  3.    You should only change the Priority, the Path and the Options
  4.    for TAScrollerDoor, please never decrease the stack !!
  5.  */
  6. options results
  7. call pragma('stack',40000)
  8.  
  9. systeminfo '8' ; line = result
  10. address command "bbs:bin/TAScrollerDoor LINE "||line
  11. res = $RC
  12. shutdown
  13. exit res
  14.